home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / DPaintV-2_EXPORT.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  441b  |  19 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into DPaintV.2
  3. **
  4. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  5. **
  6. **
  7. **
  8. ** NOTE: If you write your own AREXX-script to export pictures from
  9. **       Picture Manager Professional to any programs,
  10. **       change the path and filename of the file to process
  11. **       to PicManFile (see below, CASE SENSITIVE!!!)
  12. **
  13. */
  14.  
  15. ADDRESS "DPAINT.2"
  16. LOADPIC PicManFile CHGTOFMT DITHER
  17. SCREENTOFRONT
  18. EXIT 0
  19.